home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / bptree.zip / MAKEFILE.WIN < prev   
Text File  |  1992-09-04  |  394b  |  13 lines

  1. bptree.dll: bptree.obj bpmem.obj bptree.def
  2.    link bptree bpmem libentry, bptree.dll /align:16, NUL, /nod
  3. sdllcew libw, bptree
  4.    rc bptree.dll
  5.    implib bptree.lib bptree.def
  6.    copy bptree.dll d:\windows\bptree.dll
  7.      
  8. bptree.obj: bptree.c bptree.h
  9.    cl -c -D__WINMEM__ -ASw -Gsw -G2 -W3 bptree.c 
  10.  
  11. bpmem.obj: bpmem.c bptree.h
  12.    cl -c -D__WINMEM__ -ASw -Gsw -G2 -W3 bpmem.c
  13.